@charset "UTF-8";

#carouselExampleFade img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner {
  margin: 6.25rem 0;
  width: 100%;
  height: 12.5rem;
  /* background: url(/static/index/css/assets/img/banner.png) no-repeat center center; */
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.h5SelectCountry {
  display: block;
  margin: 0 auto;
  width: 21.25rem;
  height: 2.5rem;
  color: white;
  border-radius: 1.25rem;
  border: none;
  background-color: #113178;
}

.headerBox {
  text-wrap: nowrap;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 12.5rem;
  z-index: 5;
}
.headerBox div-banner banner {
  margin: 6.25rem 0;
  width: 85rem;
    margin-left: 18rem;
    margin-top: 2rem;
    border: 1px dashed aliceblue;
    margin-bottom: -13rem;
    height: 12.5rem;
     background: url(https://cdn2.zcqtz.com/static/index/css/assets/img/banner.png) no-repeat center center;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
main {
  display: flex;
}

#continent {
  position: relative;
  width: 12.5rem;
  margin-right: 1.875rem;
}

#continent .option-item {
  height: 3.75rem;
  padding: 1.5rem 1.875rem;
  border-radius: 0.375rem;
  display: flex;
  color: white;
  background-color: #c7c7c7;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

#continent .option-item:hover {
  background-color: #113178;
}

#continent .plateActive {
  background-color: #113178;
}

#continent .icon-triangle {
  font-size: .75rem;
  pointer-events: none;
}

#continent .regionBox {
  top: 0;
  left: 14rem;
  position: absolute;
  min-width: 12.5rem;
  color: white;
  border-radius: .38rem;
  background-color: #113178;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  z-index: 2;
}

#continent .regionBox .regionItem {
  margin: .63rem;
  width: 10rem;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  cursor: pointer;
}

#continent .regionBox .regionItem:hover {
  color: #113178;
  border-radius: .5rem;
  background-color: white;
}

#continent .regionBox .activeRegion {
  color: #113178;
  border-radius: .5rem;
  background-color: white;
}

#continent .nationalClaim {
  width: 12.5rem;
  height: auto;
  margin-top: 1rem;
}

#continent .package {
  width: 12.5rem;
  height: auto;
  margin-top: 1.25rem;
}

#continent .countryBox {
  top: 0;
  left: 27rem;
  color: white;
  min-width: 12.5rem;
  position: absolute;
  border-radius: .38rem;
  background-color: #113178;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  z-index: 2;
}

#continent .countryBox .countryItem {
  margin: .63rem;
  width: 10rem;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  cursor: pointer;
}

#continent .countryBox .countryItem:hover {
  color: #113178;
  border-radius: .5rem;
  background-color: white;
}

.countryClassificationH5 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  height: 100%;
  font-style: .88rem;
}

.countryClassificationH5 ul {
  flex: 1;
}

.countryClassificationH5 ul li {
  height: 3.13rem;
  line-height: 3.13rem;
}

.countryClassificationH5 ul .plate {
  border-left: .25rem solid #f8f9fa;
}

.countryClassificationH5 ul .plateActive {
  font-weight: bold;
  background-color: white;
  border-left: .25rem solid #d9322d;
}

.countryClassificationH5 ul .country:hover {
  font-weight: bold;
}

.productsBox .regionalRanking {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.productsBox .regionalRanking li {
  text-wrap: nowrap;
  font-size: 1.25rem;
  position: relative;
  cursor: pointer;
  color: #666666;
  white-space: nowrap;
}

.productsBox .regionalRanking li:hover {
  color: #113178;
}

.productsBox .regionalRanking .activeRanking {
  font-weight: bold;
}

.productsBox .area {
  background-color: #d9322d;
  margin: 1rem 0;
  padding: 0 1rem;
  display: flex;
  /* display: none; */
  height: 2rem;
  font-size: 0.875rem;
  border-radius: 1rem;
  color: white;
  justify-content: space-evenly;
  align-items: center;
}

.productsBox .area div {
  margin: 0 .94rem;
}

.productsBox .area a {
  cursor: pointer;
  color: white;
}
.productsBox .area .areaActive {
  color: #eeff00;
  font-weight: bold;
}
.productsBox #products .productItemBox {
  padding: 0.5rem;
}

.productsBox #products .productItemBox .productItem {
  padding: 0.875rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  color: #999999;
}
.productsBox #products .productItemBox .productItem >div{
  font-size: .75rem;
  margin-bottom: .75rem;
}
.productsBox #products .productItemBox .productItem img {
  display: block;
  margin: 0 auto;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
}

.productsBox #products .productItemBox .productItem .title {
  color: black;
  font-size: 0.875rem;
  margin: 1rem 0;
  height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.productsBox #products .productItemBox .productItem .price {
  color: black;
  font-size: 1.25rem;
  font-weight: bold;
}

.productsBox #products .productItemBox .productItem .price::before {
  content: "￥";
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

.productsBox #products .productItemBox .productItem .membershipPrice {
  color: #d9322d;
  font-size: 1.25rem;
  font-weight: bold;
}

.productsBox #products .productItemBox .productItem .membershipPrice::before {
  content: "￥";
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

.productsBox #products .productItemBox .productItem .orderBtn {
  font-size: 0.875rem;
  margin: 0 auto;
  margin-top: 0.875rem;
  width: 100%;
  height: 2.25rem;
  border: none;
  color: white;
  border-radius: 1.1875rem;
  background-color: #d9322d;
}

.industryBox {
  background: url(https://cdn2.zcqtz.com/static/index/css/assets/img/bg1.jpg) no-repeat center center;
}

.industryBox .industry {
  width: 80rem;
  height: 43.75rem;
  margin: 0 auto;
  color: white;
}

.industryBox .industry .title {
  font-size: 2.5rem;
  margin-top: 13.25rem;
  margin-bottom: 1.75rem;
}

.industryBox .industry span {
  font-size: 1.25rem;
}

.industryBox .industry .ulBox {
  margin-top: 7rem;
}

.industryBox .industry .ulBox ul {
  width: 60rem;
  display: flex;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.industryBox .industry .ulBox ul li {
  margin-bottom: 1.25rem;
  width: 6.25rem;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: white;
  color: #113178;
  margin-right: 1.25rem;
  border-radius: .25rem;
  cursor: pointer;
}

.industryBox .industry .ulBox ul a li:hover {
  background-color: #d9322d;
  color: white;
}

.industryBox .industry .ulBox ul .industryActive {
  background-color: #d9322d;
  color: white;
}

.industryBox .industry .ulBox ul .occupy {
  width: 12.5rem;
  visibility: hidden;
}

.industryBox .industry .ulBox ul .minOccupy {
  visibility: hidden;
}

.nationalHomepage {
  background: url(https://cdn2.zcqtz.com/static/index/css/assets/img/bg2.png) no-repeat center center;
  padding: 5.625rem 0;
  text-align: center;
}

.nationalHomepage h3 {
  margin-bottom: 1.875rem;
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
}

.nationalHomepage ul {
  display: flex;
  justify-content: center;
  margin-bottom: 4.5rem;
}

.nationalHomepage ul li {
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.75rem;
  height: 2.625rem;
  border-radius: 1.375rem;
  border: .06rem solid #113178;
  cursor: pointer;
}

.nationalHomepage ul .nationalSelection {
  color: white;
  background: #113178;
  cursor: pointer;
}

.nationalHomepage .carouselBox {
  position: relative;
  width: 80rem;
  margin: 0 auto;
}

.nationalHomepage .carouselBox .carousel-container {
  width: 100%;
  overflow: hidden;
}

.nationalHomepage .carouselBox .carousel-container .carousel-view {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.nationalHomepage .carouselBox .carousel-container .carousel-page {
  min-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.nationalHomepage .carouselBox .carousel-container .carousel-component {
  box-sizing: border-box;
  width: 10rem;
  height: 11rem;
  margin-right: 4rem;
  cursor: pointer;
}

.nationalHomepage .carouselBox .carousel-container .carousel-component:hover {
  color: #d9322d;
}

.nationalHomepage
  .carouselBox
  .carousel-container
  .carousel-component:hover
  img {
  border: .06rem solid #d9322d;
}

.nationalHomepage
  .carouselBox
  .carousel-container
  .carousel-component:nth-child(6n) {
  margin-right: 0;
}

.nationalHomepage .carouselBox .carousel-container .carousel-component img {
  width: 10rem;
  height: 6rem;
  margin-bottom: 0.5rem;
  border: .06rem solid #e2e2e2;
  object-fit: fill;
}

.nationalHomepage .carouselBox .carousel-nav {
  position: absolute;
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #113178;
  transform: translateY(-50%);
  font-size: 1.75rem;
  color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.nationalHomepage .carouselBox .carousel-nav.prev {
  left: -10rem;
}

.nationalHomepage .carouselBox .carousel-nav.next {
  right: -10rem;
}

.banner {
  margin: 6.25rem 0;
  width: 100%;
  height: 12.5rem;
  /* background: url(/static/index/css/assets/img/banner.png) no-repeat center center; */
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.banner span {
  font-size: 2.25rem;
  font-weight: bold;
  color: white;
  margin-top: 2.5rem;
  margin-bottom: 1.75rem;
}

.banner button {
  width: 14.375rem;
  height: 3.125rem;
  color: black;
  font-size: 1.25rem;
  font-weight: bold;
  background: #ffffff;
  border-radius: 1.56rem;
  border: none;
  margin-left: 7.69rem;
}

/*.banner2 {
  background: url(/static/index/css/assets/img/banner2.png) no-repeat center center;
}*/

.thinkTanks {
  text-align: center;
  margin: 0 auto;
  padding-top: 5.5rem;
}

.thinkTanks h3 {
  font-size: 2.25rem;
  font-weight: bold;
}

.thinkTanks .tip {
  margin-top: 0.875rem;
  color: #666666;
}

.thinkTanks .thinkTanksContent {
  width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.375rem;

}

.thinkTanks .thinkTanksContent .thinkTanksItem {
  color: #999999;
  font-size: 0.75rem;
  margin-top: 3.375rem;
  padding: 1.125rem;
  width: 24.375rem;
  height: 24.75rem;
  border-radius: 0.5rem;
  position: relative;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}
.thinkTanks .thinkTanksContent .thinkTanksItem:nth-child(3n-1){
  margin: 3.375rem 3.4rem 0;
}
.thinkTanks .thinkTanksContent .thinkTanksItem .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.625rem;
  height: 5.625rem;
  background: #d9322d;
  color: white;
  padding-left: 0.75rem;
  text-align: left;
  padding-top: 0.7rem;
  font-size: 1rem;
  border-top-left-radius: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
}

.thinkTanks .thinkTanksContent .thinkTanksItem img {
  width: 100%;
  height: 13.625rem;
  object-fit: cover;
  text-align: center;
  margin-bottom: 1.625rem;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .title {
  color: #333333;
  text-align: left;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  /* 超过两行省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thinkTanks .thinkTanksContent .thinkTanksItem .title a {
  font-size: 0.875rem;
  /* 超过两行省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .mechanism {
  text-align: left;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .membershipPrice {
  text-align: left;
  margin: 0.75rem 0;
  text-wrap: nowrap;
  white-space: nowrap;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .priceBox {
  text-align: right;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .priceBox img {
  margin-right: 0.5rem;
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 2.35rem;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .priceBox i {
  margin-right: 0.5rem;
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 2.35rem;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .priceBox .icon-word {
  font-size: 2rem;
  color: #003485;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .priceBox .icon-pdf {
  font-size: 1.75rem;
  color: #ff6969;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .priceBox .price {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #d9322d;
}

.thinkTanks .thinkTanksContent .thinkTanksItem i {
  float: left;
  font-size: 0.875rem;
  margin-right: 2.875rem;
}

.thinkTanks .thinkTanksContent .thinkTanksItem .priceText {
  float: right;
}

.national-rotation {
  height: 31.25rem;
  background-color: pink;
}

.newsContainer .newClass {
  width: 10.75rem;
  height: 2.625rem;
  color: #113178;
  border: .06rem solid #113178;
  border-radius: 3.375rem;
  background-color: white;
  margin-right: 2.0625rem;
  margin-top: 2.5rem;
}

.newsContainer .activeNewClass {
  color: white;
  border-radius: 3.44rem;
  background-color: #113178;
}

.newsContainer .newsImg {
  overflow: hidden;
}

.newsContainer .newsImg img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}

.newsContainer .card:hover img {
  transform: scale(1.01);
  transition: all 0.3s;
  box-shadow: 0 0 .63rem #113178;
  cursor: pointer;
}

.newsContainer .card:not(:hover) img {
  transform: scale(1);
  transition: all 0.3s;
}

.newsContainer .card-text {
  height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1.25rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsContainer .card-time {
  color: #999999;
}

.newsContainer .icon-next-copy {
  color: #113178;
}

.cooperative-clients {
  text-align: center;
}

.cooperative-clients .title {
  font-size: 2.25rem;
  font-weight: bold;
}

.cooperative-clients .content {
  color: #666666;
  width: 65.375rem;
  font-size: 0.875rem;
  margin: 1.5rem auto;
}

.clients-img {
  width: 100%;
  height: auto;
  background: url(https://cdn2.zcqtz.com/static/index/css/assets/img/qualification-bg.png) center
    center;
  background-size: cover;
}

.clients-img img {
  width: 100%;
  border-top: .06rem dashed #ccc;
  border-bottom: .06rem dashed #ccc;
}

.clients-img .qualification {
  background-size: contain;
  /* 针对Webkit内核的浏览器 */
  /* 通用 */
  /* 对于Firefox 64及以上版本 */
}

.clients-img .qualification .title {
  margin: 3.75rem 0;
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
}

.clients-img .qualification .auto-carousel::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 */
}

.clients-img .qualification .auto-carousel {
  -ms-overflow-style: none;
  /* IE和Edge */
  overflow: -moz-scrollbars-none;
  /* 旧版Firefox */
  overflow: auto;
  /* 启用滚动 */
}

.clients-img .qualification .auto-carousel {
  scrollbar-width: none;
  /* 隐藏滚动条 */
  margin: 0 auto;
  width: 80rem;
  height: 30rem;
  white-space: nowrap;
  /* overflow: hidden; */
  position: relative;
  overflow-x: auto;
}

.clients-img .qualification .auto-carousel:hover .scroll-box-item {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    /* Safari 和 Chrome */
    transform: translateX(0);
    /* 其他浏览器 */
  }
  100% {
    /* -webkit-transform: translateX(calc(-22.85rem * 10)); */
    /* Safari 和 Chrome */
    transform: translateX(calc(-242.6875rem));
    /* 其他浏览器 */
  }
}

.clients-img .qualification .auto-carousel .scroll-box-item {
  box-sizing: border-box;
  width: 20rem;
  object-fit: contain;
  /* height: 14.25rem; */
  border: 0.4375rem solid white;
  display: inline-block;
  margin-right: 2rem;
  animation: scroll 30s linear infinite;
}

footer {
  text-align: center;
  font-size: 0.875rem;
  color: #666666;
}

footer .company-info {
  margin-top: 4.875rem;
}

footer .company-info > :first-child {
  font-size: 1.5rem;
  color: #333333;
}

footer .company-info > :nth-child(2) {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333333;
  margin-top: 1.625rem;
  margin-bottom: 1.125rem;
}

footer section {
  margin: 3.625rem 0;
}

footer section a {
  font-size: 1rem;
  font-size: #333333;
}

footer section a::after {
  content: "/";
  margin: 0 1.5rem;
}

footer .site-info {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}

footer .site-info div {
  font-size: 0.875rem;
  display: inline-block;
  color: #999999;
}
.h5-country-pakeage {
  width: 100%;
  padding: 1rem;
  justify-content: space-between;
}
.h5-country-pakeage a {
  width: 10rem;
}
.h5-country-pakeage a:first-child {
  margin-left: 0.25rem;
  margin-right: 0.75rem;
}
.hotWord {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  white-space: nowrap;
}
.hotWord div {
  flex: 1;
  font-size: 0.875rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.headerSearch{
  position: relative;
}

.headerSearch #search{
  padding-left: 9rem;
}

.headerSearch .input-type{
  background-color: white;
  position: absolute;
  /* overflow: hidden; */
  border-radius: .5rem;
  text-align: center;
  color: #666666;
  font-size: 1rem;
  padding: 1.375rem 0 1rem;
  height: 3rem;
  transition: all .2s;
}

.headerSearch .input-type .type-result{
  cursor: pointer;
}

 .icon-open{
  position: absolute;
  left: 5.75rem;
  font-size: .875rem;
  top: 1.65rem;
  color: #dddddd;
}

.headerSearch::after{
  content: '';
  height: 2.5rem;
  width: .06rem;
  background-color: #e9e9e9;
  position: absolute;
  left: 7.5rem;
  top: .75rem;
}

.headerSearch .input-type .type-item{
  height: 2.25rem;
  line-height: 2rem;
  cursor: pointer;
}

.headerSearch .input-type .type-item:nth-child(1){
  margin-top: 1rem;
}

.headerSearch .input-type .type-item:nth-child(5){
  margin-bottom: 1rem;
}

.headerSearch .input-type .type-item:hover{
  color: #113178;
}

.headerSearch .input-type .type-item-active{
  color: #113178;
}

.title1 {
  text-align: center;
  margin-top: 6.63rem;
}
.title1 > h3 {
  font-weight: bold;
  font-size: 2.25rem;
  color: #333333;
  margin-bottom: 1.5rem;
}
.title1 > p {
  /* font-size: 1.25rem; */
  color: #B2B2B2;
}

.picture {
  width: 67%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.picture > a {
  width: 15.63rem;
  height: 11.25rem;
  position: relative;
  display: block;
  margin-top: 3.63rem;
}
.picture > a > img {
  width: 15.63rem;
  height: 11.25rem;
}
.picture > a > div {
  width: 100%;
  height: 2.75rem;
  background: #000000;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  line-height: 2.75rem;
  bottom: 0;
  color: #fff;
}

.picture1 {
  width: 67%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.44rem;
}
.picture1 > a {
  width: 24.38rem;
  height: 15.5rem;
  position: relative;
  display: block;
  margin-top: 3.63rem;
}
.picture1 > a > img {
  width: 24.38rem;
  height: 15.5rem;
}
.picture1 > a > div {
  width: 100%;
  height: 3.13rem;
  background: #000000;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  line-height: 3.13rem;
  bottom: 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .headerSearch #search{
    padding-left: 7.5rem;
  }
  .headerSearch .input-type{
    text-align: center;
    color: #666666;
    font-size: .875rem;
    padding: .5rem 0;
    height: 2.375rem;
    transition: all .2s;
  }
  
  .headerSearch .input-type .type-result{
    cursor: pointer;
    line-height: 1.5rem;
  }
  
   .icon-open{
    position: absolute;
    left: 5rem;
    font-size: .875rem;
    top: .75rem;
    color: #dddddd;
    font-size: .75rem;
  }
  
  .headerSearch::after{
    content: '';
    height: 1rem;
    width: .06rem;
    background-color: #e9e9e9;
    position: absolute;
    left: 6.5rem;
    top: .75rem;
  }


   .headerSearch .input-type .type-item{
    height: 1.875rem;
    line-height: 2rem;
    cursor: pointer;
    font-size: .75rem;
  }
   .headerSearch .input-type .type-item:nth-child(1){
    margin-top: .5rem;
  }
  
   .headerSearch .input-type .type-item:nth-child(5){
    margin-bottom:0;
  }
  
  
  .headerSearch .input-type .type-item:hover{
    color: #113178;
  }
  
  .headerSearch .input-type .type-item-active{
    color: #113178;
  }
  .logo {
    width: 3.25rem;
    height: 3.69rem;
  }
  #carouselExampleFade img {
    width: 60.44rem;
    height: 38rem;
    object-fit: cover;
  }
  .h5Nav {
    text-align: center;
  }
  .h5Nav li {
    font-weight: 400;
    font-style: 1rem;
    color: #333333;
    margin-top: 1.88rem;
  }
  .h5Nav li .head_a_box{
    margin-top: 12px;
    height: 0;
    overflow: hidden;
  }
  .h5Nav li .head_a_box a:hover{
    color: #000000;
  }
  .h5Nav li .head_a_box >a{
    line-height: 38px;
  }
  .h5Nav li .icon-triangle-down-copy{
    transform: rotate(0);
  }
  .h5Nav  .col2-active  .head_a_box{

    animation: scroll1 10s linear infinite;

  }
  .h5Nav  .col2-active .icon-triangle-down-copy{
    -webkit-transform: translateX(180deg);
transform:rotate(180deg);
  }
  @keyframes scroll1 {
    0% {
height: 0;
    }
    100% {
     height: 100%;
    }
  }
  .headerBox .headerTitle {
    padding-top: 3rem;
    font-size: 1.875rem;
  }
  .h5Nav li .head_a_box{
   
    margin-top: 14px;
  }
  .headerSearch {
    width: 100% !important;
  }
  .headerSearch input {
    font-size: 0.875rem !important;
    padding-left: 0.625rem;
    border: .06rem solid white;
    border-top-left-radius: .63rem;
    border-bottom-left-radius: .63rem;
  }
  .headerSearch .icon-search {
    width: 4.38rem !important;
    height: 2.75rem !important;
    line-height: 2.75rem !important;
    font-size: 1.5rem !important;
  }
  .hotWord {
    margin-top: .81rem !important;
    width: 100% !important;
    font-size: 0.75rem;
    margin-bottom: 2rem !important;
  }
  .hotWord i {
    font-size: .75rem !important;
  }
  .showData li {
    margin-top: .94rem;
  }
  .showData span {
    font-size: 1.13rem !important;
    font-weight: bold;
  }
  .showData div {
    font-size: .75rem;
  }
  .productsBox .regionalRanking {
    overflow-x: scroll;
    padding: 0;
  }
  .productsBox .regionalRanking::-webkit-scrollbar {
    display: none;
  }
  .productsBox .regionalRanking li {
    font-size: 1rem;
    margin-right: 1.5rem;
  }
  .area {
    text-wrap: nowrap;
    overflow-x: scroll;
    border-radius: 0 !important;
  }
  .area::-webkit-scrollbar {
    display: none;
  }
  .industryBox {
    height: 18.125rem;
    text-align: center;
  }
  .industryBox .industry .title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.375rem;
  }
  .industryBox .industry span {
    font-size: 0.875rem;
  }
  .industryBox .industry .ulBox {
    margin-top: 1.625rem;
  }
  .industryBox .industry .ulBox ul {
    margin: auto;
    width: 100%;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
  }
  .industryBox .industry .ulBox ul li {
    width: 3.88rem;
    font-size: 0.75rem;
    text-align: center;
    height: 1.75rem;
    line-height: 1.75rem;
    background-color: white;
    color: #113178;
    margin: 0 0.25rem 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
  }
  .nationalHomepage {
    padding: 1.75rem 0;
  }
  .nationalHomepage h3 {
    font-size: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .nationalHomepage ul {
    overflow-x: scroll;
    text-wrap: nowrap;
    margin-bottom: 1rem;
  }
  .nationalHomepage ul li {
    width: 2.75rem;
    border: none;
    margin: 0 .5rem;
  }
  .nationalHomepage ul .nationalSelection {
    color: #113178;
    background: white;
    font-weight: bold;
  }
  .nationalHomepage .carouselBox {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
  }
  .nationalHomepage .carouselBox .carousel-container {
    width: 100%;
    overflow: hidden !important;
  }
  .nationalHomepage .carouselBox .carousel-container .carousel-view {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .nationalHomepage .carouselBox .carousel-container .carousel-page {
    display: block;
    justify-content: start;
  }
  .nationalHomepage .carouselBox .carousel-container .carousel-component {
    float: left;
    box-sizing: border-box;
    height: 4.25rem;
    margin: 0 0.25rem;
    font-size: 0.75rem;
    width: 5rem;
    margin-bottom: 1.5rem;
  }
  .nationalHomepage .carouselBox .carousel-container .carousel-component img {
    width: 100%;
    height: 3rem;
    margin-bottom: 0.25rem;
  }
  .nationalHomepage
    .carouselBox
    .carousel-container
    .carousel-component:nth-child(6n) {
    margin-right: 0.25rem;
  }
  .nationalHomepage
    .carouselBox
    .carousel-container
    .carousel-component:nth-child(4n) {
    margin-right: 0rem;
  }
  .banner {
    margin: 1.75rem 0;
    flex-direction: column;
    height: 6.25rem;
  }
  .banner span {
    font-size: 0.75rem;
    font-weight: bold;
    color: white;
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
  .banner button {
    width: 10rem;
    height: 1.75rem;
    color: black;
    font-size: 0.85rem;
    font-weight: bold;
    background: #ffffff;
    border-radius: 1.56rem;
    margin-left: .63rem;
  }
  .newsContainer .newClass {
    text-wrap: nowrap;
    width: 4.75rem;
    text-align: center;
    font-size: 1rem;
    height: 2.625rem;
    color: #000000;
    border: none;
    margin: 0;
  }
  .newsContainer .activeNewClass {
    color: #113178;
    font-weight: bold;
    background-color: white;
  }
  .newsContainer .newsImg {
    overflow: hidden;
  }
  .newsContainer .newsImg img {
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
  }
  .newsContainer .card:hover img {
    transform: scale(1.01);
    transition: all 0.3s;
    box-shadow: 0 0 .63rem #113178;
    cursor: pointer;
  }
  .newsContainer .card:not(:hover) img {
    transform: scale(1);
    transition: all 0.3s;
  }
  .newsContainer .card-text {
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1.25rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsContainer .card-time {
    font-size: 0.875rem;
  }
  .newsContainer .icon-next-copy {
    color: #113178;
  }
  .thinkTanks {
    text-align: center;
    margin: 0 auto;
    padding-top: 2rem;
  }
  .thinkTanks h3 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .thinkTanks .tip {
    margin-top: 0.5rem;
    color: #666666;
    font-size: 0.875rem;
  }
  .thinkTanks .thinkTanksContent {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem {
    font-size: 0.75rem;
    margin: 0.75rem 0.75rem 0 0.75rem;
    padding: 0.75rem;
    width: 10.58rem;
    height: 11rem;
    border-radius: 0.4rem;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem:nth-child(3n-1) {
    margin: 0.75rem 0.75rem 0 0.75rem;
}
  .thinkTanks .thinkTanksContent .thinkTanksItem:nth-child(2n) {
    margin-left: 0;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem .label {
    width: 3rem;
    height: 3rem;
    padding-top: 0.25rem;
    padding-left: 0.25rem;
    font-size: 0.7rem;
    border-top-left-radius: 0.4rem;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0.5rem;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem .title {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem .membershipPrice {
    text-align: left;
    margin: 0.75rem 0;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem .priceBox {
    display: flex;
    justify-content: space-between;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem .priceBox img {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
    margin-bottom: 0rem;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem .priceBox .icon-word {
    font-size: 1.75rem;
    color: #003485;
  }

  .thinkTanks .thinkTanksContent .thinkTanksItem .priceBox .icon-pdf {
    font-size: 1.5rem;
    color: #ff6969;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem .priceBox .price {
    font-weight: bold;
    font-size: 0.875rem;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem i {
    float: left;
    font-size: 0.875rem;
    margin-right: 2.875rem;
  }
  .thinkTanks .thinkTanksContent .thinkTanksItem .priceText {
    float: right;
  }

  .clients-img .qualification {
    background-size: contain;
  }
  .clients-img .qualification .title {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
  .clients-img .qualification .auto-carousel {
    width: 100%;
    height: 20rem;
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      /* Safari 和 Chrome */
      transform: translateX(0);
      /* 其他浏览器 */
    }
    100% {
      -webkit-transform: translateX(calc(-117.9125rem));
      /* Safari 和 Chrome */
      transform: translateX(calc(-117.9125rem));
      /* 其他浏览器 */
    }
  }
  .clients-img .qualification .auto-carousel .scroll-box-item {
    width: 10rem;
    height: auto;
    border: 0.25rem solid white;
    margin-right: 0.5rem;
    animation: scroll 20s linear infinite;
  }
  .cooperative-clients .title {
    font-size: 1.5rem;
  }
  .cooperative-clients .content {
    width: 100%;
    padding: 0 1rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    margin: 1.125rem 0;
  }
  footer .site-info {
    padding: 2rem 1rem 6rem;
  }
  footer .site-info div {
    line-height: 1.5rem;
    font-size: 0.75rem;
  }
  .card-body a {
    cursor: pointer;
  }
  .title1 {
    text-align: center;
    margin-top: 2.5rem;
  }
  .title1 > h3 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 0.31rem;
  }
  .title1 > p {
    font-size: 0.75rem;
    color: #B2B2B2;
  }
  .picture {
    width: 91%;
    flex-wrap: wrap;
    align-items: center;
  }
  .picture > a {
    width: 10.63rem;
    height: 7.5rem;
    margin-top: 1.88rem;
  }
  .picture .shuiwu_picture{
    width: 100%;
    height: 7.5rem;
  }
  .picture .shuiwu_picture >img{
    width: 100%;
    height: 100%;
  }
  .picture > a > img {
    width: 100%;
    height: 100%;
  }
  .picture > a > div {
    width: 100%;
    height: 1.81rem;
    background: #000000;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    opacity: 0.54;
    position: absolute;
    text-align: center;
    font-size: 0.88rem;
    line-height: 1.81rem;
    bottom: 0;
    color: #fff;
  }
  .picture1 {
    width: 91%;
    align-items: center;
    margin-bottom: 1.88rem;
  }
  .picture1 > a {
    width: 6.88rem;
    height: 6.25rem;
    margin-top: 1.25rem;
  }
  .picture1 > a > img {
    width: 100%;
    height: 100%;
  }
  .picture1 > a > div {
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    line-height: 6.25rem;
    font-size: 0.88rem;
    bottom: 0;
    color: #ffffff;
  }
}
